public IEnumerable <WeatherForecast> Get()
 {
     return(_weatherService.GetAllWeatherForecasts());
 }