If you need access to the UI Thread, you can simply use the IDispatcherScheduler
that is registered in the IoC.
If you're in a view model, you can simply use RunOnDispatcher
.
If you need access to a background thread, you can simply use the IBackgroundScheduler
that is registered in the IoC.