public static void Download(HttpResponse response, string filePath) { var fileName = PathUtils.GetFileName(filePath); Download(response, filePath, fileName); }