public BracketPairFinder(BracketPairType type)
 {
     this.type = type;
 }