public void ServerStop()
 {
     if (server != null)
     {
         server.ServerStop();
     }
 }