public static void RestoreRxShort(IRxStruct <short> rxShort)
 {
     ShortPool.Restore(rxShort);
 }
 public static IRxStruct <short> GetRxShort()
 {
     return(ShortPool.Take());
 }