public void PowercardAndPresence()
        {
            // (B) +1 power card, +1 presense range 0
            Given_HasPresence(board[4]);

            When_StartingGrowth();

            User.SelectsGrowthB_DrawCard_PP0();

            Assert.Equal(5, spirit.Hand.Count);
        }