private boolean taskExists(Long taskId) {
   return taskJpaRepository.exists(taskId);
 }