public void IgnoresStaticPropertiesTest()
        {
            var fixture = new ValidatedIgnoresStaticPropertyTestFixture();

            Assert.DoesNotThrow(delegate
            {
                var error = fixture["NonStaticProperty"];
            });
        }
        public void IgnoresStaticPropertiesTest()
        {
            var fixture = new ValidatedIgnoresStaticPropertyTestFixture();

            Assert.DoesNotThrow(delegate
            {
                var error = fixture["NonStaticProperty"];
            });
        }