namespace ScrapperAPI.Interfaces; public interface IScraperHttpClient { Task GetStringWithRetryAsync(string url, CancellationToken ct); }