It would be great to have an exercise on Async programming as it is used in many real world dotnet applications. The Golang track had one called ["Prallel Letter Frequency"](https://exercism.org/tracks/go/exercises/parallel-letter-frequency )that introduce Goroutines, which I found quite useful.