namespace Umbraco.Cms.Tests.Common.Builders.Interfaces; public interface IWithMandatoryBuilder { bool? Mandatory { get; set; } }