I am using ....NET4.5..., ...EF6..., and ...Moq... for unit testing. I am trying to mock up some Db data for test. I have an example how to do this with declaring ...mockset as variable and then using mocks....public static class TestExtensionMethods
{
...