// Getting HttpContext from HttpContextBase: HttpContext httpContext = httpContextBase.ApplicationInstance.Context;
// Getting HttpContextBase from HttpContext: HttpContextBase httpContextBase = new System.Web.HttpContextWrapper(context);
// Getting HttpContext from HttpContextBase: HttpContext httpContext = httpContextBase.ApplicationInstance.Context;
// Getting HttpContextBase from HttpContext: HttpContextBase httpContextBase = new System.Web.HttpContextWrapper(context);