Future<dynamic> verifyWithType(String session, String type) async { return await invoke('Document/Status/$type/$session'); }