public async Task <AllData> AllData()
        {
            var foo = await _covidService.GetAll();

            return(foo);
        }