void OnDestroy()
 {
     if (_world != null)
     {
         _world.RemoveDebugListener(this);
         _world = null;
     }
 }