public void Test_UrlReplacement_VM()
 {
     MW(delegate()
     {
         SelectInTree(GetAnyVM());
         Placeholders.SubstituteURL(GetAllProperties(), Program.MainWindow.SelectedXenObject);
     });
 }