public async Task <List <State> > GetAllAsync() { var states = await this._stateRepository.GetAllAsync(); return(CommonMapper.MaptoState(states)); }