serviceManager.startAsync().awaitHealthy();
try {
CaliperRun run = injector.getInstance(CaliperRun.class); // throws wrapped ICE, IBE
run.run(); // throws IBE
} finally {
serviceManager.stopAsync();
}
} catch (CreationException e) {
propogateIfCaliperException(e.getCause());
throw e;
} catch (ProvisionException e) {