public int RejectFriendRequest(int friendRequestId) { Console.WriteLine("Rejecting..."); return(_repo.RejectFriendRequest(friendRequestId)); }