Returns Serialized key
@override FutureOr<String?> get(String instance) { return SharedPreferencesAsync().getString("$_KEY.$instance"); }