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