public bool ImportUpdateCompleted(ImportUpdateCompletedData data)
 {
     return(_catalogImporter.ImportUpdateCompleted(data));
 }