public void ToDictionaryTest() { var dict = _configurationModel.ToDictionary(); Assert.AreEqual(6, dict.Count); }