public void ContentTypeImporting(ContentTypeImportingContext context) {
 }
 public void ContentTypeImporting(ContentTypeImportingContext context) {
     _previousContentTypeXml = context.ContentTypeDefinition != null ? _contentDefinitionWriter.Export(context.ContentTypeDefinition) : default(XElement);
 }