public void TestPost([FromBody] IdName idName)
 {
 }
 public string AddTest([FromBody] IdName idName)
 {
     return(idName.ToString());
 }