@override String get value => _getStrProp("Value");
@override set value(String newValue) => _setStrProp("Value", newValue);