Future<String> getClientId() async { final result = await _api.getClientId( TrackerIdValue()..trackerId = _trackedId, ); return result.value!; }