public void ReplaceText(string oldText, string newText) => _editorInProc.ReplaceText(oldText, newText);