private XDocument CreateDefaultConfig()
        {
            var configurationElement = new NuGetConfiguration(this);

            return(new XDocument(configurationElement.AsXNode()));
        }