public void ExportDatabase(string databasePath, string xmlFilePath) { RrdDb exportDatabase = new RrdDb(databasePath, true); exportDatabase.dumpXml(xmlFilePath); }