protected void OnApplicationQuit() { onDestruction(); _instance = null; }
protected virtual void OnDestroy() { onDestruction(); _instance = null; }