What is the better approach :
1. Creating and calling a Winform from within an orchestrator service (Robotics Tutorial 4 C#)
2. Creating a winform application from scratch, hosting DSS, and orchestrating the services directly within the Winform application (similar to Hosting tutorial #4).
I'll be coordinating about a dozen or so different services. Choice 2 seems like the simpler choice. Are there any considerations
Thanks!