namespace Producer.Features.Crawlers.Torrentio; public class TorrentioRateLimit { public int RequestLimit { get; set; } public int IntervalInSeconds { get; set; } }