infix fun <T, C : Sequence<T>> C?.shouldNotContainAllInAnyOrder(expected: C): Unit
fun <T, C : Sequence<T>> C?.shouldNotContainAllInAnyOrder(vararg expected: T): Unit