public MapPage()
        {
            InitializeComponent();

            MyMapControl.MoveToRegion(MapSpan.FromCenterAndRadius(new Position(55.652397, 12.139755), Distance.FromKilometers(0.5)));

#pragma warning disable CS4014 // Because this call is not awaited, execution of the current method continues before the call is completed
            LocationPermission();
#pragma warning restore CS4014 // Because this call is not awaited, execution of the current method continues before the call is completed
        }