Future<T> get(String id) async { final record = await load(id); return record ?? nullPointer('No $entityName record for $id'); }