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