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