private void Runner_TaskNotification(object sender, Base.Events.TaskNotificationEventArgs e)
 {
     NotificationManager.Instance.ShowNotification(e.Message, e.TaskId, e.TaskName, e.NotificationType);
 }
 private void Runner_TaskNotification(object sender, Base.Events.TaskNotificationEventArgs e)
 {
     // nothing for now
 }