void OnBack() { OnBackButton.Invoke(); }
private void OnOnBackButton(BackButtonEventArgs e) { OnBackButton?.Invoke(this, e); }