private void PassEntry(Entry entry)
 {
     PassEntryToServices(entry);
     _statusUpdater.UpdateProgress(entry.Info.FullName);
 }