private static extern void EchoUnsignedByte(byte value, EchoUnsignedByteCallback callback);
 public static void ApiEchoUnsignedByte(byte value, EchoUnsignedByteCallback callback)
 {
     EchoUnsignedByte(value, callback);
 }