public LockThingPair(ThingWithComps thing, bool getInfo = true)
 {
     this.thing = thing;
     if (getInfo)
     {
         thing.IsLock(out comp);
     }
 }