Name normalization function
@override String normalize(String name) { return ReCase(super.normalize(name)).pascalCase; }