namespace Common.Configuration; public interface IIgnoredDownloadsConfig { string? IgnoredDownloadsPath { get; } }