public ThemeEditorModel(Theme current)
 {
     this.theme = (current.Clone() as Theme).ThrowIfNull();
 }