public void DestroyAll() { OnDestroyAll?.Invoke(); }
public Task DestroyAll() { return(OnDestroyAll?.Invoke()); }