Future<void> exec(List<SelfCheck> selfCheckList) async { await rehabilitationRepository.registerSelfCheck(selfCheckList); }