public void DoWork()
 {
     //...
     _notificationObject.Progress(100);
     _notificationObject.Done();
 }