namespace Brizco.Identity.Api.Domain.Entities; public class ApplicationRole : IdentityRole { public Guid ComplexId { get; set; } }