public void InsertBefore(T existingItem, T newItem)
 {
     node.InsertChildBefore(existingItem, newItem, role);
 }