Creates an interface implementation backed by a PSObject. All operations on the interface go straight to the PSObject, which lets you do two powerful things:
- Implement interfaces in PowerShell
- Test interfaces with a bad implementation, that does not implement certain overrides