For all of you using OpenFHE-Python, have you found yourself writing a Python class that is a facade over the OpenFHE-Python versions of the CryptoContext, Plaintext, and Ciphertext? I’m asking because I found it useful to do, especially for algorithm development and testing. When I’m writing an algorithm, I want to run it against Numpy vectors instead of the real Ciphertexts, and I want it to report to me how many operations an algorithm used so that I know I got it right. Anybody else do this?