var config = ConfigParams.FromTuples("section1.key1", "AAA", "section1.key2", 123, "section2.key1", true);
var section1 = config.GetSection("section1"); // Returns {'key1': 'AAA', 'key2': '123'}
var config = ConfigParams.FromTuples("section1.key1", "AAA", "section1.key2", 123, "section2.key1", true);
var section1 = config.GetSection("section1"); // Returns {'key1': 'AAA', 'key2': '123'}