public void Logout()
 {
     wrappedManager.Logout();
 }
 public void Stop()
 {
     cruiseServerManager.Logout();
 }