public Runner(ExperimentServer experimentServer, int port, string servicePath)
 {
     this.experimentServer = experimentServer;
     this.port = port;
     this.servicePath = servicePath;
 }
 public Runner(ExperimentServer experimentServer, int port, string servicePath)
 {
     this.experimentServer = experimentServer;
     this.port             = port;
     this.servicePath      = servicePath;
 }