protected void NotifyError(string mesage) { _notify.Handle(new Notify(mesage)); }
protected void NotifyError(string errorMessage) { _notify.Handle(new Notification(errorMessage)); }
protected void Notification(string message) { _notify.Handle(new Notification(message)); }