CreateSupplier(string partition, Func <int, IEnumerable <TSpec> > Provider) => WorkCommand.CreateSupplier(partition, Provider);
public WorkCommandAgentObserver <TSpec> CreateObserver() => WorkCommand.CreateObserver <TSpec>();
public WorkCommandAgent <TSpec> CreateAgent(WorkCommandAgentConfiguration <TSpec> AgentConfiguration) => WorkCommand.CreateAgent(AgentConfiguration);