/// <summary>
 ///     Initializes a new instance of the <see cref="ChildContainerTests"/> class.
 /// </summary>
 public ChildContainerTests()
 {
     RootContainer  = new RootContainer();
     ChildContainer = RootContainer.CreateChild();
 }