#pragma warning disable namespace ExCSS.Model { interface ISupportsDeclarations { StyleDeclaration Declarations { get; } } } #pragma warning restore