void ITomlObjectVisitor.Visit(TomlDuration ts) => this.table[this.currentKey] = ts.Value;
 public void Visit(TomlDuration ts) => this.Item = ts.Value;