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