public async Task <List <StateData> > GetAllStates() { var foo = await _covidService.GetAllStates(); return(foo); }