namespace Umbraco.Cms.Tests.Common.Builders.Interfaces; public interface IWithVariesBySegmentBuilder { bool VariesBySegment { get; set; } }