@override bool get historyEnabled => _getIntProp("HistoryEnabled") != 0;
@override set historyEnabled(bool v) => _setIntProp("HistoryEnabled", v ? 1 : 0);