public static HUMCollections.Data.MoveItem Item(this HUMCollections.Data.Move move, object item)
 {
     return(new HUMCollections.Data.MoveItem(move, item));
 }
 public static HUMCollections.Data.MoveIndex Index(this HUMCollections.Data.Move move, int index)
 {
     return(new HUMCollections.Data.MoveIndex(move, index));
 }