private void OnExceptionOccured(ExceptionEventArgs e) { ExceptionOccured?.Invoke(this, e); }
protected virtual void OnExceptionOccured(ExceptionEventArgs e) => ExceptionOccured?.Invoke(this, e);