public void OnAddInOperationError(AddInOperationErrorEventArgs e)
 {
     if (AddInOperationError != null)
     {
         SD.Log.DebugFormatted("[AddInManager2.Events] Operation error: {0}", e.Message);
         AddInOperationError(this, e);
     }
 }
 public void OnAddInOperationError(AddInOperationErrorEventArgs e)
 {
     if (AddInOperationError != null)
     {
         SD.Log.DebugFormatted("[AddInManager2.Events] Operation error: {0}", e.Message);
         AddInOperationError(this, e);
     }
 }