public PluggableViewModel(PluginRunner runner) : base() { PluggableProperties = new Dictionary<string, object>(); PluggableProperties["Brush"] = null; PluggableProperties["Order"] = -1; pluginRunner = runner; pluginRunner.AddVm(this); }