Наследование: System.Attribute
        public void ctor_should_set_the_id_property()
        {
            var attribute = new PropertyIdAttribute(10);

            Assert.Equal(10, attribute.Id);
        }