public Participant GetParticipant(string participantId)
 {
     return(mCurrentSession.GetParticipant(participantId));
 }