public void TestConcreteService() { var service = new CommandLineService(new MockRepository()); Assert.Equal(Constants.TestText, service.Fetch()); }