public void SendMessage(bool reliable, string participantId, byte[] data)
 {
     mCurrentSession.SendMessage(reliable, participantId, data);
 }