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