@Before
public void setUp() throws Exception {
client = new ReplicationClientAdapter(rpcClient, config.getInetSocketAddress());
RequestHandler rqHandler = new ReplicationRequestHandler(new StatesManipulation() {
@Override
public void update(InetSocketAddress participant, LSN acknowledgedLSN, long receiveTime)
throws UnknownParticipantException {
fail("Operation should not have been accessed by this test!");