public static ConIO Input(string description, string seperator) { ConIO.Output(description + seperator); return(new ConIO(Console.ReadLine())); }