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