static Future<LogEntry?> findById( _i1.Session session, int id, ) async { return session.db.findById<LogEntry>(id); }