public static void OnKeyReceived() { KeyReceived?.Invoke(null, EventArgs.Empty); }
protected virtual void RaiseKeyEvent(KeyEventArgs args) { KeyReceived?.Invoke(this, args); }