public void SetUp() { _context = Substitute.For <IGenerationContext>(); _testClass = new MoqMockingFramework(_context); }