public void OnFileDownloaded(object source, FileEventArgs e)
 {
     Console.WriteLine("Notification service: Download is done." + e.File.Title);
 }
 public void OnFileDownloaded(object source, FileEventArgs e)
 {
     Console.WriteLine("Unpacker service: unpacking the file..." + e.File.Title);
 }