public AsyncConsumerDispatcher(ModelBase model, AsyncConsumerWorkService ws)
 {
     this.model       = model;
     this.workService = ws;
     this.IsShutdown  = false;
 }
 public AsyncConsumerDispatcher(ModelBase model, AsyncConsumerWorkService ws)
 {
     _model       = model;
     _workService = ws;
     IsShutdown   = false;
 }