using Microsoft.AspNetCore.Identity; namespace ReverseLlama.Server.Models; internal sealed class ApplicationUser : IdentityUser { }