in legacy/routes/paging.js [85:91]
nextLink: getRequestBaseUrl(req) + "/paging/multiple/page/2",
});
});
router.get("/multiple/getWithQueryParams", function (req, res, next) {
// No coverage added here, gets added in next operation nextOperationWithQueryParams
if (req.query["requiredQueryParameter"] == "100" && req.query["queryConstant"] == "true") {