type Namer struct {
// use this to add any exceptions to look up Exceptions map[string]string// Use this to either convert everything to lowercase/upper case// or anything else based on whether the parameter will be public// or private.
Finalize func(string) string
}