public virtual void DisplayAlert(string title, string message) { AlertRaised?.Invoke(this, new AlertRaisedEventArgs(title, message, "Ok")); }