public SizeChunk(byte[] data) : base(data) { var formatParser = new FormatParser(Content); Size = formatParser.ParseVector3(); }