@override Future<double?> get value async => await encryptionBusiness .decrypt(stringBusiness.decode(await super.value as String?));