public NavigationService()
 {
     _mappings = new Dictionary <Type, Type>();
     AppSetup.CreatePageViewModelMappings(_mappings);
 }