fun joinTeam(teamId: String) {
        _isBusy.value = true
        viewModelScope.launch {
            teamsRepository.joinTeam(teamId)
            activeBountiesRepository.joinBounty(bountyId)