public void StatusUpdateHandler(AsyncNotificationEventArgs args)
 {
     WriteToFile(args);
     WriteToConsole(args);
 }