In lexicon.interfaces.Provider, the methods create_record, update_record, and delete_record are annotated as returning a bool. However, the docstrings do not specify what this return value means. Is it supposed to indicate whether a change was made? Or whether the call was successful?