public void should_reply_with_code()
        {
            _bus.Reply(42);

            _context.ReplyCode.ShouldEqual(42);
        }