public FetchCountriesData(ICovidClient client)
 {
     _client = client;
 }
 public FetchGlobalData(ICovidClient client)
 {
     _client = client;
 }