The documentation for .Net6 [here](https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutablearray-1.slice?view=net-6.0#system-collections-immutable-immutablearray-1-slice(system-int32-system-int32)) suggests that a `.Slice()` method exists, however I cannot find it in .Net 6. It appears that the method is implemented as part of `System.Collections.Immutable v8.0.0`.