namespace Cleanuparr.Persistence.Models.Configuration; public interface IConfig { void Validate(); }