function UserKeys() {
      this.all = bind(this.all, this);
      return UserKeys.__super__.constructor.apply(this, arguments);
    }