public SupplierProductBuilder ForVariant(ProductVariant variant) { variant.Add(Item); return(MySelf); }