public MainViewModel(IGpsService gps, HeritagePropertyService service, INavigation navigation) { this.Navigation = navigation; this.GpsService = gps; this.HeritagePropertyService = service; }