registerDispatch(fn, path) {
    this.dispatches = this.getDispatches();
    set(this.dispatches, path, fn);
  }