public string Parse(string url, out string objectURI)
 {
     return(InnerChannel.Parse(NormalizeUrl(url), out objectURI));
 }