public static CRC16 Instance() { return _instance ?? (_instance = new CRC16()); }
public static CRC16 Instance() { return(_instance ?? (_instance = new CRC16())); }