Retrieves a string value from an environment variable.
The name of the environment variable
Optional
Optional default string value to use if the environment variable is not set
The string value from the environment variable or the default value
Will throw an error if the environment variable is missing and no default is provided
Retrieves a string value from an environment variable.