public When_Bootstrappers_Are_Available() { fixture = new ContainerTestFixture() .WithRegistrations(container => container.Register <IEventLogger <IBootstrapper>, NullEventLogger <IBootstrapper> >()) .WithRegistrations(container => container.RegisterInstance(mockService)); fixture.Container.AddBootstrappers(fixture.TestDependencyContext); }