/// <summary>
 ///     Raise the set ready event.
 /// </summary>
 private static void RaiseSetReady()
 {
     SetReady?.Invoke(null, EventArgs.Empty);
 }