void OnButtonTapped(object sender, EventArgs e) { var locationService = new LocationService(); locationService.GetLocation(); }