Calculates the user's position using a list of known Points
Point calculatePosition(List<Beacon> beacons) { return _calculator.calculate(beacons); }