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