follow = if no_name
                 Constants::Users::UNKNOWN_FOLLOW
               else
                 follow_team = Team.find_or_create_by(name: couple_hash[:follow_team])
                 follow_names = couple_hash[:follow_name].split($;, 2)