namespace Newsbot.Collector.Domain.Interfaces; public interface ICollector { void Collect(); }