public void TestHContentAlign()
        {
            var setter = Setters.HContentAlign(HorizontalAlignment.Right);

            setter.Property.Should().Be(Control.HorizontalContentAlignmentProperty);
            setter.Value.Should().Be(HorizontalAlignment.Right);
        }