public void SetUp()
        {
            this.dispatcher = A.Fake <IMailDispatcher>();

            this.testee = new LargeAccountCustomer(this.dispatcher);
        }
        public void SetUp()
        {
            this.dispatcher = A.Fake<IMailDispatcher>();

            this.testee = new LargeAccountCustomer(this.dispatcher);
        }