void OnErrorCleared() { ErrorCleared?.Invoke(); }
protected virtual void OnErrorCleared() { ErrorCleared?.Invoke(this, EventArgs.Empty); }