public void ExpectClearBoardToInvokeConsoleSClearAndThrow()
 {
     var printer = new Printer();
     printer.ClearBoard();
 }