public class EcommerceContext : IdentityDbContext { public EcommerceContext(DbContextOptions options) : base(options) { } // use real