public function __invoke(GetCategoriesWithGeoLocationsQuery $query): GetCategoriesWithGeoLocationsResponse
{
return $this->cacheService->getByCityId($query->getCityId());
}