public void ContentPartImporting(ContentPartImportingContext context) {
 }
 public void ContentPartImporting(ContentPartImportingContext context) {
     _previousContentPartXml = context.ContentPartDefinition != null ? _contentDefinitionWriter.Export(context.ContentPartDefinition) : default(XElement);
 }