public static Sender GetSenderAtPos(IntVec3 pos)
 {
     return pos.GetBeltSurfaceComponent() as Sender;
 }
 public static Receiver GetReceiverAtPos(IntVec3 pos)
 {
     return pos.GetBeltSurfaceComponent() as Receiver;
 }