@override Future<int> run() async { final result = await _invokeRequired<int>('run'); return result; }