public static EnergyPaidInformation CalculateEnergyCost(AbstractCard card) { return(card.GetNetEnergyCost()); }