public WebSocketService(IRedisMessageHub hub, RedisService redisService)
 {
     _redisService = redisService;
     _hub          = hub;
 }