https://github.com/npgsql/efcore.pg/pull/3167 added [`NpgsqlDbContextOptionsBuilder.MapEnum<T>()`](https://github.com/npgsql/efcore.pg/blob/6b3ca689df69e3ec9135bc14570612ff232c3792/src/EFCore.PG/Infrastructure/NpgsqlDbContextOptionsBuilder.cs#L104) with the required string parameter `enumName`. We should allow that to get inferred from the CLR type like we do in [`NpgsqlDataSourceBuilder.MapEnum<T>()`](https://github.com/npgsql/npgsql/blob/1d68fb99b38b56aa0f4629ada84edb1810eba241/src/Npgsql/NpgsqlDataSourceBuilder.cs#L340)