/// <summary>
 /// Raises the CurrentWindowChanging event.
 /// </summary>
 protected void OnCurrentWindowChanging() =>
 CurrentWindowChanging?.Invoke(current);
 /// <summary>
 /// Raises the CurrentWindowChanging event.
 /// </summary>
 private void OnCurrentWindowChanging() =>
 CurrentWindowChanging?.Invoke(current);