public void TestInitialize() { findCustomerService = new MockFindCustomerService(); postalInfoLookupService = new MockPostalInfoLookupService(); presenter = new SearchCustomerPresenter(findCustomerService, postalInfoLookupService); view = new MockSearchCustomerPart(); presenter.View = view; }