Future<Model?> tryToFindModelByIdChecked(String modelId) async { await waitUntilLoading(); return tryToFindModelById(modelId); }