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