Future<bool> documentValidate(String session) async { await invoke( 'Document/Validate/$session', ); return true; }