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