boardImportService = $service; return $this; } public function getImportService(): BoardImportService { return $this->boardImportService; } }