Get a single record value.
Future<V?> getValue(SdbClient client) async => (await impl.getImpl(client))?.value;