Retrieves a node by its unique ID
Future<Node> getNode(String id) async { return _repository.get(id); }