public void Bootstrapper_End() { var sut = new TestBootstrapper(); sut.SetContainer(mockContainerProvider.Object); sut.End(); }