String getPropertyValue(String propertyName) { var propValue = _getPropertyValueHelper(propertyName); return propValue != null ? propValue : ''; }