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