public static IWorkflowRequest CreateNewRequest(WorkflowManagerFactory factory, int wfid)
 {
     return(factory.CreateRequest(wfid));
 }
 public static IWorkflowRequest Create(WorkflowManagerFactory factory, int requestID)
 {
     return(factory.CreateInstance(requestID));
 }