static void Main(string[] args) { var options = new RpcServerOptions(); options.callback = Program.Callback; var rpcServer = RpcServer.Create(options); }