public void Visit(TomlLocalDate ld) => this.table[this.currentKey] = ld.Value;
public void Visit(TomlLocalDate ld) => this.Item = ld.Value;