I have this generic function:
ValueType get(String keyToRead) { try { return _dataClient.get(keyToRead) as ValueType; } on So