public void SetUp()
        {
            fakeOutbox = new FakeOutboxStorage();

            behavior = new OutboxRecordBehavior
            {
                OutboxStorage = fakeOutbox
            };
        }
        public void SetUp()
        {
            fakeOutbox = new FakeOutboxStorage();

            behavior = new OutboxRecordBehavior
            {
                OutboxStorage = fakeOutbox
            };
        }