using System.Net; public static IEnumerable Run(HttpRequestMessage req, IEnumerable documents) { return documents; }