public static void Clear()
 {
     Instance?.StopAllCoroutines();
     OnUpdate?.Clear();
     Coroutine?.Clear();
 }