public void AddDependencies(PropertyAccessTree tree, Action notification_callback)
 {
     property_access_tree = tree;
     property_access_tree.Subscribe(notification_callback);
 }