protected virtual void RemoveLibraryItemEvent(LibraryManagerEventArgs e) { RemovedLibraryItem?.Invoke(this, e); }
protected virtual void AddLibraryItemEvent(LibraryManagerEventArgs e) { AddedLibraryItem?.Invoke(this, e); }