public Task <string> EchoAsync(string message) => MultiAsync(ConnectionCommands.Echo(message));
 public string Echo(string message) => Multi(ConnectionCommands.Echo(message));