@override Future findImpl(Map<String, dynamic> parameters) { var op = (opFind ?? opGet!); _checkOp(op, 'find'); return op.call(parameters); }