private void Schedule <TWork>(TWork work)
     where TWork : Work
 {
     _workService.Schedule(_model, work);
 }