protected override BinaryRequest CreateRequest()
        {
            var request = new BinaryRequest(Allocator, OpCode.Stat);

            if (!String.IsNullOrEmpty(type))
            {
                request.Key = NetworkOrderConverter.EncodeKey(Allocator, type);
            }

            return(request);
        }