public JobberStandaloneWorkerBuilder SetJobScope(IJobScope instance)
        {
            _jobScope = instance;

            return this;
        }
        public JobberProducerBuilder SetJobScope(IJobScope instance)
        {
            _jobScope = instance;

            return(this);
        }