public IEnumerable <WeatherForecast> WeatherForecasts()
 {
     return(_service.GetForecasts());
 }