public System.Threading.Tasks.Task PetDelete(string api_key, long petId) { return(_implementation.PetDeleteAsync(api_key, petId)); }