if (this.servicePrefix.length && action.indexOf(':') < 0) {
      action = `${this.servicePrefix}:${action}`;
    }