internal GroupInsetsProvider(GroupNodeStyle style)
 {
     this.style = style;
 }
 /// <inheritdoc/>
 public ILookup GetContext(INode item, INodeStyle style)
 {
     lastNode  = item;
     lastStyle = style as GroupNodeStyle;
     return(this);
 }