public IActionResult GetWeather(string id) { var weathers = _cityService.GetWeatherIdCity(id); return(Ok(weathers)); }