public void WorkAsync(WorkAsyncInfo info)
 {
     info.Host = this;
     _worker   = new Worker();
     _worker.WorkAsync(info);
 }