public IClockDisplay GetDisplay() { var lcd = _controllerFactory.GetLcd(); return(new LcdClockDisplay(lcd)); }