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