public void AUT_NoSpecimenOutputGuard_Compose_Method_DirectCall_No_Exception_Thrown_Test()
        {
            // Arrange
            this.ValidateExecuteCondition(MethodCompose);
            var builders = this.CreateType <IEnumerable <ISpecimenBuilder> >();

            // Act
            Action executeAction = () => _noSpecimenOutputGuardInstance.Compose(builders);

            // Assert
            Should.NotThrow(executeAction);
        }