private getTranslation(key: string): Promise<string> {
        return this.translationService.get(key).toPromise();
    }