I have a MyService class implementing IService1 and IService2 interfaces. I would like to expose these two contracts on two separate endpoints, like:
IService1exposed on/Service/S1IService2exposed on/Service/S2
How would such a config look like?