I have the word ```System``` in my namespaces which is causing massive amount of errors on the generated code because the .net ```System``` namespace is hidden by mine.
I think its better to use ```global::[Namespace]``` in the generated code.
I think its better to use ```global::[Namespace]``` in the generated code.