public void readCommand(IByteBuffer bytes)
        {
            var parser = new ByteParser(bytes);

            toProduce = new OreCountModule(null, 0);
            toProduce.read(parser);
        }
 public LabUpdateItemRequest()
 {
     itemToUpdate = new LabItemModule(-1);
     updateWith   = new OreCountModule(new OreTypeModule(-1), -1);
 }