getText(key: string): string {
    return (this as any)[`${key}Text`] || this.config[`${key}Text`];
  }