public void NthSmallest(int expected, int pos, params int[] a)
 {
     Assert.That(ArraySeries.NthSmallest(a, pos), Is.EqualTo(expected));
 }