public static HMarker Map(HaystackMarker value) { return(new HMarker(value)); }
public HMarker(HaystackMarker source) { Source = source; }