public void Disconnect()
 {
     Assert.IsNotNull(nextJoint);
     nextJoint.Destroy();
     Assert.IsNull(nextJoint);
 }