Say I have two players: Player player1 = Player(id: 1); Player player2 = Player(id: 2); If I change the volume of player1 it will also change the volume for player2, which shouldn't happen.