private async Task LogAsync(LogMessage msg) => await _logService.LogAsync(msg);
private Task LogAsync(LogMessage msg) => _logService.LogAsync(msg);