public PageContentViewModel(Model2 model2)
 {
     Name = model2.ToReactivePropertyAsSynchronized(x => x.Name);
 }