DefaultCommandStream
data class DefaultCommandStream(val domainEventId: String, commands: List<CommandMessage<*>>) : CommandStream, Iterable<CommandMessage<*>>
Default implementation of CommandStream that holds a list of command messages.