exclude a class from a used namespace
No, you can't.
But you can add using Action = MyNamespace.Action
. This will be highly confusing for new developers, though, as Action is a fundamental part of .net since 3.5 so I strongly suggest you rename your class.