BitConverter.GetBytes(BitConverter.ToInt32(BitConverter.GetBytes(value), 0) ^
public Bits(ulong value) => bits = new BitArray(BitConverter.GetBytes(value));
=> _bits = new BitArray(BitConverter.GetBytes(value));