@Before
  public void setUp() throws Exception {
    server = ValueServerHelper.narrow(setup.getServerObject());

    // for warm up
    server.receive_string("a", "b");
  }