using Microsoft.AspNetCore.Identity; namespace BlackRock.Reporting.API.Core.Models { public class ApplicationUser :IdentityUser { } }