public async Task <IEnumerable <WeatherForecast> > Get() { var data = await _forecastService.GetAllAsync(); return(data.Forecasts.Skip(1)); }