public override void VisitBreakStatement(BreakStatement breakStatement)
 {
     FixSemicolon(breakStatement.SemicolonToken);
 }