public void TestFontStretch()
        {
            var setter = Setters.FontStretch(FontStretches.Expanded);

            setter.Property.Should().Be(Control.FontStretchProperty);
            setter.Value.Should().Be(FontStretches.Expanded);
        }