private void OnClick_InsertBadCoin(object sender, RoutedEventArgs e)
 {
     _rickAndMortysVendingMachine.InsertBadCoin();
 }