public void TestConfigure() { var config = _connectionResolver.GetAll().FirstOrDefault(); Assert.Equal(config.Get("protocol"), "http"); Assert.Equal(config.Get("host"), "localhost"); Assert.Equal(config.Get("port"), "3000"); }