internal override WorkflowAction Interpret(IWorkflow workflow)
 {
     return(workflow.OnWorkflowCancellationRequested(this));
 }