internal bool IsPlaceableTest([PexAssumeUnderTest] FreeSpace target, List <Card> cards)
        {
            bool result = target.IsPlaceable(cards);

            return(result);
            // TODO: add assertions to method FreeSpaceTest.IsPlaceableTest(FreeSpace, List`1<Card>)
        }