public Generator() : base(false)
 {
     fieldGeneratorAction  = new FieldHoldingGeneratorAction("field \"Action\" of the HandleCallCommand class");
     unknownFieldGenerator = new UnknownFieldGenerator(false);
     set_what("the HandleCallCommand class");
 }
 public Generator(bool ignore_extras) : base(ignore_extras)
 {
     fieldGeneratorAction  = new FieldHoldingGeneratorAction("field \"Action\" of the HandleCallCommand class");
     unknownFieldGenerator = new UnknownFieldGenerator(ignore_extras);
     set_what("the HandleCallCommand class");
 }