/// <summary>
 /// Destroy a workflow engine instance
 /// </summary>
 public static void Destroy(IWorkflowEngine engine)
 {
     engine.Dispose();
 }