public System.Threading.Tasks.Task PetPut(Pet body)
 {
     return(_implementation.PetPutAsync(body));
 }