I have a MyService class implementing IService1 and IService2 interfaces. I would like to expose these two contracts on two separate e
MyService
IService1
IService2
You can just use a service with two endpoints, like this:
EDIT: Added base address