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