public Task <IEnumerable <TUser> > GetAllUsersAsync()
 {
     return(userTable.GetEntitiesByFilterAsync());
 }