public uint BitBytesSergey4()
 {
     return(BitByteMagic.GetUInt(byte1, byte2, byte3, byte4));
 }
 public ulong BitBytesSergey8()
 {
     return(BitByteMagic.GetULong(byte1, byte2, byte3, byte4, byte5, byte6, byte7, byte8));
 }
 public uint BitBytesSergey2()
 {
     return(BitByteMagic.GetUShort(byte1, byte2));
 }