@override List<int> encodeFrameSize(int frameSize) { return SizeCalculator.frameSizeIn3Bytes(frameSize); }