public static bool RemovePatch(HarmonyPatchInfo patchInfo)
 {
     return(patchInfo.RemovePatch(Harmony));
 }
 public static bool ApplyPatch(HarmonyPatchInfo patchInfo)
 {
     return(patchInfo.ApplyPatch(Harmony));
 }