public bool RemoveFriend([FromBody] ISofAUser UserId)
 {
     return(_friendRequestService.RemoveFriend(User.Identity.GetUserId(), UserId.Id));
 }