public static string CreateWebServiceDownloadUrl(HttpRequest Request, int workfile_id, bool redirect) { return(WebServices.CreateWebServiceDownloadUrl(workfile_id, CreateWebServiceLogin(Request), redirect)); }