public async Task <IList <UserGroupListResponseDTO> > DistinctAsync()
 {
     return(await _userGroupDal.DistinctAsync());
 }