public void OnParticipantLeft(Participant participant)
        {
            ParticipantInfo part = new ParticipantInfo(participant.ParticipantId, participant.DisplayName);

            netSM.ParticipantLeft(part);
        }