public override bool TryGet(string key, out string value) => ConfigurationRoot.TryGetWithSubstitution(key, out value, _valueRoot);