private async void AboutWindow_KeyDown(object sender, KeyEventArgs e) { if (e.Key == Key.F5) { await viewModel.GenerateRandomBarcodeAsync(); } }