public async void GetSpotByLatitude(double lat)
 {
     TappedPlace = await shredderService.GetPlaceByLatitude(lat);
 }