/// <summary>
 /// Gets the product id.
 /// </summary>
 /// <returns></returns>
 public virtual int GetId()
 {
     return(IdElement.TextHelper().ExtractInteger());
 }