private void ButtonToggleInfoWindow_Click(object sender, RoutedEventArgs e)
 {
     InfoWindow ??= new(AmeisenBot);
     InfoWindow.Show();
 }