public void DeleteCompleted(DeleteCompletedData data)
 {
     DoWithErrorHandling(() => _catalogImporter.DeleteCompleted(data));
 }