public static void Main()
Console.WriteLine("Hello World");
var rszXml = new RszXml();
public abstract class XmlBase
protected void DumpXML(byte[] xml, string backUpPath, string fileName)
public class RszXml: XmlBase
public string Identification { get; set; }
public string FormCreationDate { get; set; }