public void PlayCard(Card card, IPlayer opponent) { throw new NotImplementedException(); }
public CardViewModel(Card card) { Card = card; }