Initialises a new instance of the EnvironmentVariablesSpec class.
public EnvironmentVariablesSpec(StringComparer stringComparer, bool throwExceptionIfDuplicateKeyFound = true)
The StringComparer to use for the internal dictionary.
Whether to throw an exception if a duplicate key is found or suppress the exception and override the previous value.