public WorkflowHostingOperationBehavior(WorkflowHostingEndpoint hostingEndpoint) : base(true)
 {
     this.hostingEndpoint = hostingEndpoint;
 }