namespace Brizco.Domain.Entities.User; public class ApplicationRole : IdentityRole { public string Description { get; set; } = string.Empty; }