Future<void> EventWithValue(String name, String value) async { return _instance.EventWithValue(name, value); }