private void CollectPatches()
 {
     if (HarmonyHelper.CollectPatches(harmonyInstance, infos))
     {
         IsActive = true;
     }
 }
 protected override bool OnEnablePatch()
 {
     proc.Patch();
     HarmonyHelper.CollectPatches(instance, infos);
     return(true);
 }