public UmbracoContentEntity(IPublishedContent content)
        {
            _content = content;
            _entityIdentityService = EnterspeedContext.Current.Services.EntityIdentityService;
            var propertyService = EnterspeedContext.Current.Services.PropertyService;

            Properties = propertyService.GetProperties(_content);
        }
 public DefaultMultiNodeTreePickerPropertyValueConverter()
 {
     _entityIdentityService = EnterspeedContext.Current.Services.EntityIdentityService;
     _mediaUrlProvider      = EnterspeedContext.Current.Providers.MediaUrlProvider;
 }
 public EnterspeedJobHandler()
 {
     _enterspeedJobRepository = EnterspeedContext.Current.Repositories.JobRepository;
     _enterspeedIngestService = EnterspeedContext.Current.Services.IngestService;
     _entityIdentityService   = EnterspeedContext.Current.Services.EntityIdentityService;
 }
 public DefaultContentPickerPropertyValueConverter()
 {
     _entityIdentityService = EnterspeedContext.Current.Services.EntityIdentityService;
 }