Currently, to select all actions, we use
```
$select=Id,Default.Container.*
```
-or-
```
$select=Id,Container.*
```
Should use namespace.* as per v4 spec.
```
$select=Id,Default.Container.*
```
-or-
```
$select=Id,Container.*
```
Should use namespace.* as per v4 spec.