public void TestInitialize() { _testTarget = new Authentication(); _sucessfulAuthenticationRequests = new TestAuthenticationRequests(); _testTarget.AuthenticationRequestInterface = _sucessfulAuthenticationRequests; }