public TwittootJobLogic(ITwittootFacade service) { _service = service; }
public TwittootConsoleLogic(ITwittootFacade service) { _service = service; }