public void ExecuteActionOnAttributeReferences(string fileName, Action <AttributeReference> action, bool saveFile = true) => Wrappers.ExecuteActionOnBlockTable(fileName, (tr, bt) => Wrappers.ExecuteActionOnBlockReferences(tr, bt, (tran, br) => Wrappers.ExecuteActionOnAttributeReferences(br, action)), saveFile);