public async Task <IEnumerable <WeatherForecast> > Get()
 {
     return(await _redisContext.GetAllAsync());
 }