public static string GetWebServiceRedirectionServer()
 {
     return(EnvironmentSettings.AppSettings("WebServerHost"));
 }