@property
    def history(self):
        if self._history is None:
            self.getHistory()
        return self._history