public void GivenANormalBuilderInstance_WhenCallingIsListBuilderProxy_ThenReturnFalse()
        {
            var builder = new BasicCustomerBuilder();

            builder.IsListBuilderProxy().ShouldBe(false);
        }
        public void GivenANormalBuilderInstance_WhenCallingIsListBuilderProxy_ThenReturnFalse()
        {
            var builder = new BasicCustomerBuilder();

            builder.IsListBuilderProxy().ShouldBe(false);
        }