fun <T> Validated<*, T>.shouldNotBeValid(): Unit
infix fun <T> Validated<*, T>.shouldNotBeValid(value: T): Unit