private bool Pulled()
 {
     return(InternalHostedWorkerTrigger.Pulled());
 }
 public void Pull()
 {
     InternalHostedWorkerTrigger.Pull();
 }