public async Task <ApiResult <IList <string> > > GetIdsByRoleId(string roleId) { return(await _roleGroupService.GetIdsByRoleIdAsync(roleId)); }