public void Push(EditorState editorState) { this.States.Push(editorState); }
public void Restore(EditorState state) { Content = state.Content; }
public void Push(EditorState state) { _states.Add(state); }