static void Main(string[] args) { var ctx = new GeneratorContext(); ctx.FetchData(); ProcessDPH3(ctx); ProcessKH1(ctx); }