C# Custom Node should Recognize GH Geometry Types vs Revit Types of same name per "type Hint"

This worked thanks. I just removed the using statements because I was already typing out the entire type.
Autodesk.Revit.DB.Line

This brings up a few issues I have overall now that Rhino is Inside “X” Software
which is…
Why is the type in the custom c# node still hard coded?
I understand when it was just GH and RHINO and there were very few types that could be set with a “hint type”
but now there are many more “types” now that Rhino is “Inside” other programs
Revit, Autocad, unity, etc
Are there any plans to address this issue?
See my similar post here

but now I am thinking instead of adding every possible “type” from Revit and other programs, just allow the user to change the type in the parameters section of the method?