Based from sample [here](https://github.com/SaturnFramework/Saturn/tree/master/sample/gRpcSample) Add someone new service ```fsharp let app = application { no_router listen_local 10042 (fun opts -> opts.Protocols <- HttpProtocols.Http2) use_grpc Service1 use_grpc Service2 } ``` Only Service2 works