@Override
 public void tearDown() throws Exception {
   super.tearDown();
   registrations.forEach(r -> client.deregister(r.getId()));
 }