/// <inheritdoc />
 public override bool TryGetValue(string key, out Target value)
 {
     return(index.TryGetValue(key, out value));
 }