// PUT api/<controller>/5
 public void Put(string id, [FromBody] string value)
 {
     connectGameController.ChangePlayerMoveController(id);
 }