}
@Test
public void withExecutionMappers() throws Exception {
final HystrixCommandExecutionHook hook = new ExceptionLoggingCommandHook();
final TenacityConfiguredBundle bundle = TenacityBundleBuilder
.newBuilder()
.configurationFactory(configurationFactory)
.commandExecutionHook(hook)
.build();