public static void Transpile(this Syntax.TypeIdentifierSyntax typeIdentifierNode, ref StringBuilder sb)
        {
            // _ = typeIdentifierNode ?? throw new ArgumentNullException(nameof(typeIdentifierNode));

            throw new NotSupportedException();
        }