namespace Umbraco.Core.Models.EntityBase { /// /// Marker interface for aggregate roots /// public interface IAggregateRoot : IEntityDeleted { } }