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