@Bean(name = "browseCustomerSegmentResolutionProperties")
@ConditionalOnMissingBean(name = "browseCustomerSegmentResolutionProperties")
@ConfigurationProperties("broadleaf.catalogbrowse.context.customer-segment-customizer")
public CustomerSegmentResolutionProperties browseCustomerSegmentResolutionProperties() {
return new CustomerSegmentResolutionProperties();
}