w = peripheral.wrap("top")
print(textutils.serialize(peripheral.getMethods("top")))
w.pullItem("top",11,16)
print(textutils.serialize(w.getStackInSlot(11)))
