echooutput = $echooutput; $this->gamesService = $gamesService ?? new GamesService; } public function process(string $groupID = '', string $guidChar = ''): void { if ((int) Settings::settingValue('lookupgames') !== 0) { $this->gamesService->processGamesReleases($groupID, $guidChar); } } }