public void BlackShieldTest2()
        {
            BlackShield c = new BlackShield(CardSuit.Club, (byte)1);

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