public void StartLobby()
 {
     _netProxyLobby.DoStart();
 }
 public void StartRoom()
 {
     _netProxyRoom.DoStart();
 }