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