Is it possible to get object which is return from a method with object return type. I believe SetMethodReturnValue cannot be used for such cases. Could you provide some example for mocking a method with a object return type, if it is available in existing code?