def get(self, secret, token=None):
     context = aq_inner(self.context)
     box = IDepositBox(context)
     stored = box.get(secret, token=token)
     return stored