public void MismatchBindingTest()
 {
     var expected = new MismatchBindingClass {Name1 = "Alice", Name2 = "Bob"};
     Roundtrip(expected);
 }