/// <inheritdoc cref="IZooKeeperClient.ConnectAsync"/> public static bool Connect(this IZooKeeperClient client) => client.ConnectAsync().GetAwaiter().GetResult();