Newbie question:
Background: Split the server from the actual services, and be able to add/remove a service from the server dynamically.
Goal: I am working off the example code, but no example shows a way to start a server listening, then add and remove services from that server. They all show adding a service first, and then starting the server using builder::BuildandStart routine.
Thanks