public ISet <User> GetUsersForInterest(string interestName)
 {
     return(_interestService.GetInterestUsers(interestName));
 }