Is it possible to create custom Namespace? When I'm putting this:
Namespace Testrest Public NotInheritable Class Request Private Sub New() End Sub End Class End Namespace
in script I get an error: 'Namespace' statements can only occur at the file or namespace level.