The Sequence class is what underlies the add_sequence() methods on MockSession and other Container classes.
Sequence instances are used to assert that API function calls must happen in a defined, concrete order (as opposed to, say, AnyOrder).