@ValueDecorator
    def append(self, other):
        value = self.value + other
        self.value = value
        return value