List<TGenericType>? getPersistentList<TGenericType>(String key) { if (!useLocalStorage) { return null; } return _liteRepo?.getList<TGenericType>(key); }