Return the value to which the specified key is mapped, or
the default value if this map contains no mapping for the key.
DEPRECATED: lookupDefault is deprecated as of version 0.2.11, replaced
by findWithDefault.
Look up a name in the given Config. If a binding exists, and
the value can be converted to the desired type, return it, otherwise
return the default value.