public void Export(ExportDefinition definition) { ExportDefinitionEventArgs eventArgs = new ExportDefinitionEventArgs() { Asset = this, Definition = definition }; ExportEventHandler?.Invoke(this, eventArgs); }