public void TestFontWeight()
        {
            var setter = Setters.FontWeight(FontWeights.Bold);

            setter.Property.Should().Be(Control.FontWeightProperty);
            setter.Value.Should().Be(FontWeights.Bold);
        }