private getTypeKey(key: string): string {
    return `${this.options.prefix}${key}_t`;
  }