namespace FinalFactory.Rendezvous.TestClient;
///
/// Bootstrap entry point for the public-SDK-only diagnostic client.
///
public static class Program
{
///
/// Runs the bootstrap diagnostic.
///
public static int Main()
{
Console.WriteLine("Rendezvous TestClient bootstrap is ready.");
return 0;
}
}