private static String NormalizeUrl(String locationUrl)
 {
     return(UriUtility.AppendSlashToPathIfNeeded(locationUrl));
 }