How to expose different methods of a WCF service to different clients? Like, I have 2 methods in a WCF service named as Method1 and Method2, so now how can I restrict 2 different clients in such a way that Client1 can access only Method1 and Client2 can access Method2?