namespace ScrapperAPI.Interfaces; public interface IDomainRateLimiter { Task WaitAsync(string host, CancellationToken ct); }