NoOpIdempotencyChecker
No-operation implementation of IdempotencyChecker that always allows operations to proceed. This implementation always returns true, effectively disabling idempotency checking. Useful for scenarios where idempotency is not required or is handled elsewhere.