Future<void> setAppName(final String value) async { return _api.setAppName( TrackerStringValue() ..trackerId = _trackedId ..value = value, ); }