public static void Quit() { Quitting.Invoke(null, null); }
private void OnQuitting() { Quitting?.Invoke(); }