public TextBoxServices(IStringPreparator stringPreparator, IWindowsElementSearcher windowsElementSearcher)
 {
     vStringPreparator       = stringPreparator;
     vWindowsElementSearcher = windowsElementSearcher;
 }
 public PressEnterAgent(ITextBoxServices textBoxServices, IWindowsElementSearcher windowsElementSearcher)
 {
     TextBoxServices        = textBoxServices;
     WindowsElementSearcher = windowsElementSearcher;
 }