public void ExpectClearLineToInvokeConsoleSetCursorPositionAndThrow()
 {
     var printer = new Printer();
     printer.ClearLine();
 }