public AsyncDoContext(AsyncManager asyncManager, BackgroundWorker worker)
 {
     _asyncManager = asyncManager;
     _worker       = worker;
 }