Sometimes configuration files are split up by their function eg. logging, application, look-and-feel, etc. It would be nice to have a way to represent that with a single configuration manager without turning the Configuration object into one massive pool of properties.
The first thing that comes to mind is representing sections with custom class properties so the "main" config class is composed of multiple section classes.