fun createOwnTeam(name: String) {
        _isBusy.value = true
        viewModelScope.launch {
            teamsRepository.createTeam(name)
            activeBountiesRepository.joinBounty(bountyId)