internal static ConvertedSyntaxKind ConvertToLocalType(this SyntaxKind source) { return(source.Convert <SyntaxKind, ConvertedSyntaxKind>()); }