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