public void Put(int id, Teste teste)
 {
 }
 public string Post(Teste teste)
 {
     return(teste.Id + " - " + teste.Nome);
 }