protected void SendCommand(RedisCommand command, params string[] args)
 {
     byte[] bytes = PrepareBytesToSend(command, args);
     redisStream.SendData(bytes);
 }