public async Task <ApiResult <IList <RoleGroup> > > GetList() { return(await _roleGroupService.GetListAsync()); }