private void Migration(XElement xElement)
 {
     TestClassInheritanceWithMigrationsBaseConfig.MigrationBase(xElement);
 }
 private void Migration(XElement xElement)
 {
     TestClassInheritanceWithMigrationsBaseConfig.MigrationBase(xElement);
     xElement.Element("OtherProperty").Name = "OtherChangedProperty";
 }