public System.Threading.Tasks.Task PetPost(Pet body)
 {
     return(_implementation.PetPostAsync(body));
 }