public ChangeContainerRootToken(InstanceBuilderContextBase context, ViewNode newRoot, INameScope newNameScope)
 {
     this.context            = context;
     this.containerRoot      = context.containerRoot;
     this.containerNameScope = context.nameScope;
     context.ChangeContainerRootInternal(newRoot, newNameScope);
 }