public virtual void Stop()
 {
     if (transport != null)
     {
         transport.Destroy();
         transport = null;
     }
 }