public void Put(Pet pet)
 {
     throw new NotImplementedException();
 }
 public IHttpActionResult Put(Pet pet)
 {
     return Ok();
 }
 public Pet Post(Pet pet)
 {
     throw new NotImplementedException();
 }