public DisposableCookie(LocalFileSystemNotifierEntry entry, params Action<IFile>[] notifications)
			{
				_entry = entry;
				_notifications = notifications.ToArray();
			}
 public DisposableCookie(LocalFileSystemNotifierEntry entry, params Action <IFile>[] notifications)
 {
     _entry         = entry;
     _notifications = notifications.ToArray();
 }