public string GetLocationCity(double longitude, double latitude) { return(_cityAppService.GetLocationCity(longitude, latitude)); }