An Application is running locally providing a gRPC Service written in a A.proto file.
I have another Asp.Net-Core App that provides another gRPC Service B.proto via http/2.
How can I build a "bridge" in the 2nd Application to publish A.proto via the http channel?