public async Task <IActionResult> StopSimulation([FromRoute] string id) { return(await context.StopClient(id)); }