internal V1RunningTaskEnumerator([NotNull] TaskService svc)
 {
     this.svc = svc;
     tEnum    = new TaskCollection.V1TaskEnumerator(svc);
 }