public void Setup() { TestConfig.LoadConfig(); }
public void Setup() { _testConfig = TestConfig.GetConfig(TestConfig.DEFAULT_TEST_CONFIG); Setup(new RestClient(TimeSpan.FromSeconds(20))); }