Future<void> persist(List<Document<dynamic>> docs) async { await _sendMessage( PersistMessageRequest(payload: PersistPayload(docs)), ); }