getById(id) {
    log.trace('Get by id', id);

    return _.find(this._windows, w => {
      return w.id === id;