public static IBootstrapper ConfigureWithUnity(this IBootstrapper bootstrapper) { return(bootstrapper.ConfigureWith(new UnityContainerAdapter())); }
public static IBootstrapper ConfigureWithCallContextStore(this IBootstrapper bootstrapper) { return(bootstrapper.ConfigureWith(new CallContextStore())); }