using System; using System.Collections.Generic; public static class SumOfMultiples { public static int To(IEnumerable multiples, int max) { throw new NotImplementedException("You need to implement this function."); } }