public IEnumerable <ISofAUserDTO> Get()
 {
     return(_friendRequestService.GetFriendRequests(User.Identity.GetUserId()));
 }