public Sender AddProfessionalIdentityField(ProfessionalIdentityField value) { if (value == null) { throw new ArgumentNullException("Argument cannot be null"); } _professionalIdentityFields.Add(value); return(this); }
public Signer AddProfessionalIdentityField(ProfessionalIdentityField value) { if (value == null) { throw new ArgumentNullException("Argument cannot be null"); } _professionalIdentityFields.Add(value); return this; }