public error(message: string, ...args: Loggable[]): void {
        getLogger().error(message, ...this.context, ...args);
    }