public void GetAllBedLayouts()
        {
            var result = _configRepo.GetAllBedLayouts(GetDbPathForTesting());

            Assert.NotNull(result);
        }