public void WhenIFillTheInputFieldWith(string text)
 {
     DialogPage.fillInput(text);
 }