@Test
 public void testBuildMinimalProxy() {
   assertThat(jerseyProxyBuilder.build(TestInterface.class)).isNotNull();
 }