protected virtual void OnDestroy() { WhenDestroy?.Invoke(); }
private void OnDestroy() => WhenDestroy?.Invoke();