Represent item in the DropDownList/ComboBox items.
 public DropDownItemBuilderTests()
 {
     item = new DropDownItem();
     builder = new DropDownItemBuilder(item);
 }