public void Join(IParticipant participant) { _participants.Add(participant); participant.ChatRoomJoined(this); Send(new ChatMessage(participant, "Has joined the channel")); }