public static bool IsHostEndian(this IPeripheral @this) { return((@this.GetEndianness() == Endianess.LittleEndian) == BitConverter.IsLittleEndian); }