public void SetText(string value) => _editorInProc.SetText(value);
public void SetText(string value) => _inProc.SetText(value);