def save(value): return json.dumps(_MANAGER.add(value))
def validate(token): return json.dumps(_MANAGER.validate(token) or '')