public async Task LogException(Exception ex) { await LogError($"{ex.GetType().Name}: {ex.Message}"); await js.LogObject(ConvertException(ex)); }