if (winningSituations[userChoice] == botChoice) { Console.WriteLine("You Won the Round!"); }else { Console.WriteLine("You Lost the Round!"); }
string botChoice = cards.Shuffle(random).First();