public static void RestoreRxStr(IRxStruct <string> rxStr)
 {
     StrPool.Restore(rxStr);
 }
 public static IRxStruct <string> GetRxStr()
 {
     return(StrPool.Take());
 }