namespace Cleanuparr.Domain.Entities; public interface IConfig { void Validate(); }