public void Construct_ConstructsEachItem()
        {
            // Act
            declaration.Construct();

            // Assert
            objectBuilder.AssertWasCalled(x => x.Construct(Arg <int> .Is.Anything), opt => opt.Repeat.Times(amount));
        }