public List <KeyImpression> FetchAllAndClear() { return(queue != null?queue.FetchAllAndClear().ToList() : null); }