void OnDestroy()
 {
     if (Application.isPlaying)
     {
         StratusActionSpace.Unsubscribe(this.owner);
     }
 }