public IDomainWorkflow Create(string input) { var domain = _domainFactory.Create(); return(new DomainWorkflow(domain, input)); }