public bool IsEquivalentTo(Deck other) => MainDeck.IsEquivalentTo(other.MainDeck) && Sideboard.IsEquivalentTo(other.Sideboard);