private Task <TimeSpan> GetHealthCheckIntervalAsync()
 {
     return(_client.GetHealthCheckIntervalAsync(_cancelationTokenSource.Token));
 }