/// <summary>
 /// Convinience constructor
 /// </summary>
 public SetOptRequest(PropertyBase optionValue)
 {
     OptionValue = optionValue;
 }
 /// <summary>
 /// Convinience constructor
 /// </summary>
 public GetOptResponse(PropertyBase optionValue)
 {
     OptionValue = optionValue;
 }