Are there any proper guidelines / examples that illustrate implementing the IOrganizationService interface? I am looking for a mock implementation for testability of business logic. In particular, how would 'RetrieveMultiple(QueryBase)' be
implemented for passing in QueryExpressions?
-Abhijeet