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