/// <summary> /// Leave a specified channel based on the given Channel object. /// </summary> /// <param name="channel"></param> public void LeaveChannel(Channel channel) { this.Send(channel.Part()); }