public void SetUp() { this.loggerStub = new LoggerStub(); this.testee = new Calculator(this.loggerStub); }