public UmbracoHelperWrapper()
        {
            var umbracoContext = ServiceFactory.GetUmbracoContextWrapper();

            UmbracoFlareUmbracoContextHelper.EnsureContext();
            _umbracoHelper = new UmbracoHelper(umbracoContext.Current);
        }
 public UmbracoContextWrapper()
 {
     UmbracoFlareUmbracoContextHelper.EnsureContext();
 }