public async Task Reject([FromBody] MandatoryListRejectionViewModel rejectionModel)
 {
     await _mandatoryListAppService.Reject(rejectionModel);
 }