``` PowerShell class Foo { $I Foo($i){ $this.I = $i } } 1..10 | Invoke-Parallel {[Foo]::new($_)} ``` Error: Invoke-Parallel : Unable to find type [Foo].