public void TestCleanUp() { _calculator = null; }
public void TestInitialize() { _calculator = new Calculator(); Thread.Sleep(5000); }