internal PartFactory(TemporalIndexPopulator populator, NodePropertyAccessor nodePropertyAccessor)
 {
     this.Populator            = populator;
     this.NodePropertyAccessor = nodePropertyAccessor;
 }
 internal TemporalIndexPopulatingUpdater(TemporalIndexPopulator populator, NodePropertyAccessor nodePropertyAccessor) : base(new PartFactory(populator, nodePropertyAccessor))
 {
 }