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