public async Task <IPagedResult <GetRoleOutput> > Search(QueryRoleInput query) { return(await _roleDomainService.Search(query)); }