Holds the name of the current environment under which the application is running. Set by passing a `Request` object or `$_SERVER` or `$_ENV` array into `Environment::set()` (which in turn passes this on to the _detector_ used to determine the correct environment). Can be tested or retrieved using `Environment::is()` or `Environment::get()`.