public static void StopAllCoroutines(this EditorWindow thisRef)
 {
     EditorCoroutineGroup.StopAllCoroutines(thisRef);
 }