public async Task <IList <ListItemModel> > GetCountriesAsync() { var result = await _manager.GetCountriesAsync(); return(result); }