Example #1
0
 public IEntity GetRoom(string roomId)
 {
     return(_innerMessageClient.GetRoom(roomId));
 }