public interface ISorter { public int[] sort(int[] arr); }