namespace Brizco.Identity.Api.Domain.Entities;
public class ApplicationUser : IdentityUser<Guid>
{
}