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