internal static async Task <AsyncRedisClient> CreateAndConnectClientAsync() =>
 await CreateAndConnectRedisClient.CreateAndConnectAsync(AsConnectionSettings());
 internal static AsyncRedisClient CreateAndConnectClient() =>
 CreateAndConnectRedisClient.CreateAndConnect(AsConnectionSettings());