#pragma warning disable IDE0130 namespace CPSO.Settings { //[Serializable] public interface IViewSettings { // Methods ISettings GetBase(); } }