private static IEnumerable <string> CreateUrls(ExportChannel chan, IEnumerable <Tuple <DateTime, DateTime> > timeRanges) { //TODO IEnumerable <string> urls = timeRanges .Select(range => CreateUrl(chan, range)) .ToList(); return(urls); }