public ApplicationMetadataXml(string inMetaRootFolder, string appName)
 {
     this.Name       = appName;
     this.FolderPath = SysUtils.ExcludeTrailingPathSeparator(Path.Combine(inMetaRootFolder, appName));
     this.FDbInfo    = XmlUtils.CreateDocument("DbInfo");
 }