It is recommended to rename the saveProperty method in the EntityStore to updateProperty. This will avoid any ambiguity as the function of this method is to manipulate the properties of existing entities. Furthermore, the removeProperty method can be removed since other property actions, such as rename and delete, can handle the same functionality.