namespace Umbraco.Cms.Tests.Common.Builders.Interfaces;
public interface IWithContainerKeyBuilder
{
Guid? ContainerKey { get; set; }
}