public Task <string> PingAsync() => MultiAsync(ConnectionCommands.Ping());
 public string Ping() => Multi(ConnectionCommands.Ping());