internal static void OnHandleItems()
 {
     HandleItems?.Invoke();
     HandleItems = null;
 }