public void z8_removeAttribute(string attribute) { removeAttribute(attribute.get()); }
public void z8_setAttribute(string attribute, primary value) { setAttribute(attribute.get(), value.toString()); }