static Future<void> systemCancel(String id) async => _call<void>("systemCancel", <String, Object?>{"id": id});