I have a gRPC service called backend with a single method:
backend
syntax = "proto3"; package backend; service Backend { rpc ForwardToPrima