Future<AppConfigData?> findLatest() async { return await (select(appConfig)..limit(1)).getSingle(); }