@Test
 public void GetV1ConfigurationWithProxyTest() throws URISyntaxException {
   V1Configuration config = _defaultTarget.getV1ConfigurationWithProxy();
   Assert.assertNotNull(config);
   config = _nonDefaultTarget.getV1ConfigurationWithProxy();
   Assert.assertNotNull(config);
 }