.pipe(E.provide(FoobarStore.Default), E.provide(MockConfigLayer)) its all good but if i provide them with .pipe(E.provide(Layer.mergeAll(FoobarStore.Default, MockConfigLayer))) it fails because it cant resolve envars. the FoobarStore is a simple Effect Service that need to resolve table name, which fails if usingthe Layer.mergeAll(..).