public StatementEntry(
     DeploymentIdNamePair statement,
     RowRecogStatePoolStmtHandler stmtCounts)
 {
     Statement = statement;
     StmtCounts = stmtCounts;
 }
 public void AddPatternContext(
     DeploymentIdNamePair statement,
     RowRecogStatePoolStmtHandler stmtCounts)
 {
     matchRecognizeContexts.Add(new StatementEntry(statement, stmtCounts));
 }