public void RaiseEvent(T data) { Occurred?.Invoke(data); }
/// <inheritdoc /> public void Method1() { Occurred?.Invoke(this, EventArgs.Empty); }