public MyGeneratedClass()
 {
     this._commands = new OperationCommands(this);
 }
 public MyApplicationSession()
 {
     this._commands = new OperationCommands(this);
 }