public void Describe_ReturnsDescribtion()
        {
            OfTypeIntegerConstraint constraint = new OfTypeIntegerConstraint(true);

            Assert.That(constraint.Describe().ToString(), Is.EqualTo("of type integer (strict: True)"));
        }