public static ISyntaxToken GetNextToken(this ISyntaxToken token, bool includeZeroLength = false, bool includeSkippedTokens = false)
 {
     return(SyntaxNavigator.GetNextToken(token, includeZeroLength, includeSkippedTokens));
 }