{
ServiceLoader serviceLoader = new DynamicServiceLoader();
ContextLifecycleManager eventManager = new ContextLifecycleManager(
configuration,
new ServiceLoadableProfileBuilder(serviceLoader, profileBuilder),
serviceLoader
);
return new EventTestRunnerAdaptor(eventManager);
}