public EngineTreeNodeProviderFactory(IContentTypeRegistry contentTypeRegistry,
     IServiceLocatorWrapper serviceLocator)
 {
     this.serviceLocator = serviceLocator;
     this.contentTypeRegistry = contentTypeRegistry;
 }
 public ContentTreeNodeProviderContext(IServiceLocatorWrapper serviceLocator)
 {
     this.serviceLocator = serviceLocator;
 }