@Before
 public void setUp() throws Exception {
   remoteConverterTestDelegate = new RemoteConverterTestDelegate(true);
   remoteConverterTestDelegate.setUp();
 }
 @After
 public void tearDown() throws Exception {
   remoteConverterTestDelegate.tearDown();
 }