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