private function normalizeName(string $name) : string { return strtolower(str_replace('_', '', $name)); }