using Bahla.Domain.Types; namespace Bahla.Domain.Entities.Base { public abstract record Entity(Identifier UUID) : IEntity; }