Open
Description
Hi,
I am trying to write some unit tests for my services but I wasnt able to Mock the OrganizationServiceContext class using the Moq framework. Specifically, I was trying to mock the CreateQuery method but since it is not virtual and the class has no reusable interface, the framework wasn't able to mock it.
I was wondering if this is something you could consider for the upcoming release.
Thanks.