public void TestSerialization()
        {
            NotMatchTagCondition x1 = new NotMatchTagCondition("Franz");

            NotMatchTagCondition x2 = SerializeAndDeserialize(x1);

            AssertForSpecs.AreEqualNotMatchTagCondition(x2, x1);
        }