getResultServiceWrapper()->getService(); $resultServerService = $this->getResultServerService(); $service->setImplementation($resultServerService->getResultStorage()); return $service; } private function getResultServiceWrapper(): ResultServiceWrapper { return $this->getServiceLocator() ->get(ResultServiceWrapper::SERVICE_ID); } private function getResultServerService(): ResultServerService { return $this->getServiceLocator() ->get(ResultServerService::SERVICE_ID); } }