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