internal ConfigurationInfo(ConfigurationState state)
 {
     _state = state;
     // storage should be created when querying
     // because... compatibility?
     // well, there's red tests without it
     _state.EnsureJobStorageInitialized();
 }