public string AskForName() { _inOut.WriteToOutput("What's your name? "); return(_inOut.ReadFromInput()); }