private void CheckSetConfig(ConfigParser configParser, string key, string value) { configParser.SetConfigValue(key, value); Assert.AreEqual(configParser.GetConfigValue(key), value, "Config not set correctly"); }