Currently when executing the following, the result is wrong. ```python a = Apci(apci_type='A_GroupValue_Write', apci_data=3198) print(a.pack()) ``` Actual output: `FE` Expected output: `800C7E` For small values like `apci_data=1` it's working correctly and outputs `81`.