public static HBin Map(HaystackBinary value) { return(new HBin(value)); }
public HBin(HaystackBinary source) { Source = source; }