public Context()
            {
                this.MapLauncher = new MockMapLauncher();
                this.ShareSource = new MockShareSource();

                this.ViewModel = new DetailsViewModel(
                    this.DataService,
                    this.NavigationService,
                    this.MapLauncher,
                    this.ShareSource);
            }
            public Context()
            {
                this.MapLauncher = new MockMapLauncher();
                this.ShareSource = new MockShareSource();

                this.ViewModel = new DetailsViewModel(
                                    this.DataService,
                                    this.NavigationService,
                                    this.IdentityService,
                                    this.MapLauncher,
                                    this.ShareSource);
            }