public void StealTest2()
        {
            Steal c = new Steal(CardSuit.Club, (byte)1);

            Assert.AreEqual("Steal", c.ToString());
        }