namespace Common.Configuration; public interface IConfig { void Validate(); }