/// <summary>
		/// Raises the <see cref="ApplicationStarted"/> event.
		/// </summary>
		/// <param name="e">The event arguments.</param>
		private void OnApplicationStarted(ApplicationStartedEventArgs e)
		{
			ApplicationStarted?.Invoke(this, e);
		}
 /// <summary>
 /// Raises the <see cref="ApplicationStarted"/> event.
 /// </summary>
 /// <param name="e">The event arguments.</param>
 private void OnApplicationStarted(ApplicationStartedEventArgs e)
 {
     ApplicationStarted?.Invoke(this, e);
 }