private static extern void EchoUnsignedShort(ushort value, EchoUnsignedShortCallback callback);
 public static void ApiEchoUnsignedShort(ushort value, EchoUnsignedShortCallback callback)
 {
     EchoUnsignedShort(value, callback);
 }