static void Main() { SPGData spg = new SPGData(); string result = spg.GetDeactivationData(null); Console.WriteLine(result); }