public async Task Update([FromBody] InputMandatoryListViewModel viewModel)
 {
     await _mandatoryListAppService.Update(viewModel);
 }