namespace Prefab.Domain.Common; /// /// Interface to represent a marker on an entity, informing that the entity is considered an aggregate root. /// public interface IRoot { }