Describe the bug
In ServiceCollectionExtensions.AddHandlebarsTransformers, the second parameter (entityNameTransformer) is confusing because it's actually transforming the entity's type name, not the name of the entity itself. I was hoping to use it to transform the generated DbSet name with it, but that's not what it does.
Expected behavior
The parameter name/description should be entityTypeNameTransformer, as it is elsewhere (like HbsCSharpDbContextGenerator.GenerateDbSets)
To Reproduce

Screenshots
