String general_lib_utils_crypto_encryptToBase64({ required Crypto crypto, }) { return crypto.encrypt(data: this); }