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
Try this....