public IAsyncEnumerable <WeatherForecast> GetAll()
 {
     return(_service.GetAll());
 }