public void OnDisabled()
 {
     if (HarmonyHelper.IsHarmonyInstalled)
     {
         NoQuestionsAskedLite.UnpatchAll();
     }
 }
 public void OnEnabled()
 {
     HarmonyHelper.DoOnHarmonyReady(() => NoQuestionsAskedLite.PatchAll());
 }