public static string AddSessionToUrl(string url, string session)
 {
     return(XmlaHttpUtility.AddValueToUrlQuery(url, "SessionId", session));
 }