/// <summary>
 /// Create a new DesktopComputer object.
 /// </summary>
 /// <param name="brand">Initial value of the Brand property.</param>
 /// <param name="id">Initial value of the Id property.</param>
 public static DesktopComputer CreateDesktopComputer(global::System.String brand, global::System.Int32 id)
 {
     DesktopComputer desktopComputer = new DesktopComputer();
     desktopComputer.Brand = brand;
     desktopComputer.Id = id;
     return desktopComputer;
 }