/// <summary> /// Bind to TestProject config data and set the current config /// </summary> public void TestProjecReset() { RestClientService.ResetHttpClient(); TestData data = new TestData(); IHasRestApiConfig config = data.Clone(); RestClientService.SetConfig(config); }