Future<model.Access?> getFirstVisit(int eventId, int userId) async { return _getVisitWithSort(eventId, userId, "DESC"); }