protected void StopRemoteController(RemoteController.Client client)
 {
     client.exit();
     client.InputProtocol.Transport.Close();
 }