@override Future<Map<String, dynamic>> stopRecord( String apiKey, String language) async { return _processService.stopRecord(apiKey, language); }