public void ProvisionWorkerInstances(int numberOfInstances)
 {
     _hostContext.ProvisionWorkerInstances(numberOfInstances);
 }