using System; using Microsoft.AspNetCore.Identity; namespace HN.Infrastructure { public sealed class Role : IdentityRole { } }