public static string[] TestDartsSolver(int[] sections, int darts, int target) { return(Darts.DartsSolver(sections, darts, target)); }