service = $service; } public function getService() : SomeService { return $this->service; } }