public void CancelFriendshipRequest(CancelFriendshipRequestInput input) { RemoveFriendship(new RemoveFriendshipInput { Id = input.Id }); }