public Worker(ILogger <Worker> logger, WorkerConfig options) { _logger = logger; _options = options; }