public HpsE3SwipeToken(string track) { this.card = new E3Swipe(track); }
public HpsE3SwipeToken(E3Swipe card) : this() { this.card = card; }