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