using Microsoft.Extensions.Hosting; namespace Connected.Hosting.Workers { public interface IWorker : IHostedService { } }