protected string ConsumeUrlToString(string requestPath) { var url = GetFullUrl(requestPath); return(_requestProxy.GetStringFromUrl(url)); }