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