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