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