internal EnvironmentManager()
 {
     _instance = new EnvironmentBundle(this);
     _configuration.WithNoopLogger();
 }