This example shows a service that implements multiple Slice interfaces.
You can build the client and server applications with:
dotnet buildFirst start the Server program:
cd Server
dotnet runIn a separate terminal, start the Client program:
cd Client
dotnet run