namespace Producer.Features.CrawlerSupport; public interface ICrawlerProvider { IEnumerable GetAll(); ICrawler Get(string name); }