/// <summary> /// Delegates to <see cref="Primary"/> then <see cref="Secondary"/> generator. /// </summary> public void OnClose() { Primary.OnClose(); Secondary.OnClose(); }