C Sharp (C#) - Interfaces
Given two interfaces
IX and IY both having method Process(), how can a class Worker implement both explicitly and allow calling Process() without casting?