public int?DoubleTest(int[] arr) => ClosestToZero.Closest(arr);
 public int?BasicTest(int[] arr) => ClosestToZero.Closest(arr);