public static void ActivateScope(this GameObject[] gameObject, IScope scope)
 {
     gameObject.ActivateScope().DisposeOn(scope);
 }