public System.Threading.Tasks.Task <Pet> PetGet(long petId) { return(_implementation.PetGetAsync(petId)); }