ConnectionCheckResult public class ConnectionCheckResult : IConnectionCheckResult Documentation Code public Guid ClientId { get; set; } public IDictionary<string, object> HealthCheckDetail { get; } public bool IsSuccessful { get; set; } public string Message { get; set; } public ConnectionCheckResult() public ConnectionCheckResult(IDictionary<string, object> healthCheckDetail)