protected void when_executing(string line)
 {
     this.Result   = Handler.Execute(ref line);
     ResultingLine = line;
 }