private static void TryPlaceNearStacksOf25()
 {
     Find.WindowStack.Add(new Dialog_DebugOptionListLister(DebugThingPlaceHelper.TryPlaceOptionsForStackCount(25, direct: false)));
 }
 private static void TryPlaceDirectThing()
 {
     Find.WindowStack.Add(new Dialog_DebugOptionListLister(DebugThingPlaceHelper.TryPlaceOptionsForStackCount(1, direct: true)));
 }