I need to mock test a class library with a method that consumes a WCF operation. The operation is expected to return a list, which in turn is returned by the method. How do i make sure that the method works fine? Should i mock the wcf service and make it return a mock list? Please post some code sample to test this scenario.