namespace Producer.Features.JobSupport; public interface ICrawlerJob : IJob where TCrawler : ICrawler { TCrawler CrawlerType { get; } }