registerAction(fn, path) {
    this.actions = this.getActions();
    set(this.actions, path, fn);
  }