public void EmitUsingStatements(SessionGeneratorContext context)
 {
     helper.EmitUsings(new string[] {
         "System.Collections",
         "System.Windows",
         "System.Windows.Input",
     });
 }
 public void EmitUsingStatements(SessionGeneratorContext context)
 {
     helper.EmitUsings(new string[]
     {
         "PhillipScottGivens.Library.AppSessionFramework",
         //"PhillipScottGivens.Library.AppSessionFramework.ComponentModel",
         "System",
         "System.ComponentModel",
     });
 }