public async Task <List <Country> > GetByContinentCode(string continentCode)
 {
     return(await _manager.GetByContinentCode(continentCode));
 }