public ProfileWrapper()
 {
     this.profileField = new Profile();
 }
 public ConsumerInformation()
 {
     this.rewardsField = new List<LoyaltyCard>();
     this.existingCardsField = new List<PaymentCard>();
     this.profileInformationField = new Profile();
     this.shippingAddressField = new List<ShippingDestination>();
 }