task = $task; $this->context = $context; } public function getTask(): TaskInterface { return $this->task; } public function getContext(): ContextInterface { return $this->context; } }