private static void Expect(string input, string[] expected) { var list = SettingSerializer.ConvertToList(input); Assert.Equal(expected, list); }