public VersionEditorViewModel(IVersionEditor editor)
 {
     Fx.Assert(editor != null, "editor should not be null");
     this.editor = editor;
 }
 public VersionEditorViewModel(IVersionEditor editor)
 {
     Fx.Assert(editor != null, "editor should not be null");
     this.editor = editor;
 }