/// <summary>
 /// Initializes a new instance of the
 /// GatewayGenerateVpnClientPackageParameters class with required
 /// arguments.
 /// </summary>
 public GatewayGenerateVpnClientPackageParameters(GatewayProcessorArchitecture processorArchitecture)
     : this()
 {
     this.ProcessorArchitecture = processorArchitecture;
 }
 /// <summary>
 /// Initializes a new instance of the
 /// GatewayGenerateVpnClientPackageParameters class with required
 /// arguments.
 /// </summary>
 public GatewayGenerateVpnClientPackageParameters(GatewayProcessorArchitecture processorArchitecture)
     : this()
 {
     this.ProcessorArchitecture = processorArchitecture;
 }