public DevicesStatusTest(ITestOutputHelper log)
 {
     this.httpClient           = new HttpClient(log);
     this.credentialsAvailable = !CIVariableHelper.IsPullRequest(log);
 }
 public DeviceSimulationIntegrationTest(ITestOutputHelper log)
 {
     this.httpClient           = new HttpClient(log);
     this.credentialsAvailable = !CIVariableHelper.IsPullRequest(log);
     this.hostname             = AssemblyInitialize.Current.WsHostname;
 }