public static Byte SetLittleEndianLSB(Byte value, Boolean bitValue) { return value.SetBit(ByteBits.Bit0, bitValue); }