In the C# example below, which using statement is wrong?
In C#, using keyword can be used inside or outside of namespace. It can also be used right inside of nested namespace, but it cannot be used inside of class.