In the `public class IdentityDbContext : MultiTenantIdentityDbContext` class, create a permission table:public class Permission : AuditableEntity The errors that occur when using the following code: public DbSet<Permission> Permissions{ get; set; } Permission? permission = await permissionRepository.FirstOrDefaultAsync(x => x.Id == input.Id, cancellationToken); IdentityDbContext.Permissions.Remove(permission); await identityDbContext.SaveChangesAsync(cancellationToken); <img width="1517" height="417" alt="Image" src="https://github.com/user-attachments/assets/275e962e-01bf-4a48-b32d-2ca143606f10" />