Inheritance: Autofac.Module
 protected TestContainer()
 {
     // Initialize the container
     Kernel = UnitTestBindings.CreateContainer();
 }
 public TestContainer() : this(UnitTestBindings.CreateContainer(autoMock : true))
 {
 }