public RegisterWalletRequest()
 {
     this.profileField = new Profile();
 }
 public UpdateWalletRequest()
 {
     this.profileField = new Profile();
 }