public Responce machinestart([FromBody] Input Input) { Excute Inter = new Excute(); Responce Res = Inter.HandleInfo(Input); return(Res); }