public string GetEnvironmentVariableKey(string name)
 {
     return(defaultEnvironment.GetEnvironmentVariableKey(name));
 }