async install(recipeQuery, options) {
        const pack = await this.bitPack.install(PACK_TYPE, PACK_CLASS, DEFAULT_PACK_SCOPE, recipeQuery, options);
        return this.recipeStore.generateRecipe(pack);
    },