const rejectAssertsGeneration = useCallback(() => {
    dispatch(actions.rejectGeneratorAndSolution());
    taskService.send('CHANGES');
  }, [dispatch, taskService]);