private bool IsDestroyableCard(ClientCard card) { return(!card.IsShouldNotBeMonsterTarget() && card.IsCanBeDestroyed(Reason.Effect)); }