## Problem Since avro only support `i64` instead of `u64` if the msa ids get bigger than`i64` they will error out during serialization. We should convert these u64 numbers into i64 adn back via bit manipulation to be able to store bigger MSA ids numbers.