C# naming conventions
When you use C#, class names that conflict with C# keywords
such as
namespace
are generated with modified names
such as, in this case, @namespace
.