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

            Assert.NotNull(result);
        }