Future<bool> doesAppExist(String appId) async { var app = await appRepository()!.get(appId); return (app != null); }