public virtual Task <PagedResultDto <GroupDto> > GetListAsync(GetGroupsInput input) { return(_groupAppService.GetListAsync(input)); }