static string RunWelcome(StreamReader rdr) { Welcome welcome = new Welcome(rdr.ReadLine()); return(welcome.GetOutput()); }