// using Microsoft.AspNetCore.Identity; // using Microsoft.EntityFrameworkCore; // using Microsoft.EntityFrameworkCore.Metadata.Builders; // namespace Auth.Domain.Configuration; // public class UserRoleConfiguration : IEntityTypeConfiguration> // { // public void Configure(EntityTypeBuilder> builder) // { // } // }