public static Trump Static(Suit suit) => new Trump(suit);
public bool HasSuit(Suit suit) => CardsInPile.Any(card => card.Suit == suit);