mustGet would allow me to safely rely on a key existing and produce an error instead of requiring more complex logic to check if the return value is an empty string or not.
additionally, an empty string may be a valid value, and thus, it would be hard to differentiate without combining get with hasKey