/// <summary>
 /// Disposes of the unamanged resources.
 /// </summary>
 /// <param name="p_booDisposing">Whether the method is being called from the <see cref="IDisposable.Dispose()"/> method.</param>
 protected override void Dispose(bool p_booDisposing)
 {
     if (PluginOrderManager != null)
     {
         PluginOrderManager.Dispose();
     }
 }