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