public JsonResult GetByCity(string city) { if (TryGetSearchResultFromCache(CacheConstants.SearchByCityCacheName(city), out City[] citiesFromCache))