public static IEnumerable <KeyValuePair <string, string> > DecodeQueryString(this Uri uri) { return(WebAPI.DecodeQuery(uri.Query)); }