namespace Application.Abstractions.News; public interface IRssCollector { Task FetchSourceAsync(int sourceID, CancellationToken ct); }