#pragma warning disable IDE0130 namespace CPSO { public interface ISettings { void CheckValues(); } }