public DelayWorkflow(Workflow workflow, int timeoutDuration) : this(timeoutDuration) { Workflow = new Argument <Workflow>("Workflow", workflow); }