lodestoneCacheService = $lodestoneCacheService; $this->lodestoneApiService = $lodestoneApiService; } public function byId($lodestoneId) { return $this->lodestoneCacheService->getCharacterById($lodestoneId, $this->lodestoneApiService); } public function byName($server, $lodestoneName) { return $this->lodestoneCacheService->getCharacterByName($server, $lodestoneName, $this->lodestoneApiService); } }