@Before
 public void setUp() throws Exception {
   serverAddress = application.getConfiguration().getServerAddress();
   topology.remove(clientAddress, serverAddress).await();
 }