void emitPosition(String playerId, Duration value) { _positionStreamController.add(ForPlayer(playerId, value)); }