async _get(query: Object): Promise<any> {
        return await this._promiseDBQuery((q, c) => this._db.find(q, c), query);
    }