Get the value of a specified property from the specified scope.
:param scope_name: name of the scope
:param key: key of the scope
:param default: value to return if property is not found
Save the specified property of the specified scope (globally).
:param scope_name: name of the scope
:param key: key of the property to be saved
:param value: value of property