public async Task <bool> TestUpdateData([FromBody] List <TempTableToTest> tableToTests) { return(await _simulationService.UpdateData(tableToTests)); }