public void SetUp()
        {
            // See the *.config files in this directory in solution
            // explorer
            var source = new FolderAppSettingsXmlSource("Configuration");

            theData = source.FindSettingData();
        }