public IJobBuilder DependsOn(string jobId) { Job other = _pipelineBuilder.Lookup(jobId); _dependsOn.Add(other); return(this); }