namespace Umbraco.Cms.Tests.Common.Builders.Interfaces; public interface IWithSegmentBuilder { string Segment { get; set; } }