public Task <IEnumerable <SourceReference> > GetAllSourceReferencesAsync() { return(TryCatch(async() => await _storageBroker.SelectAllSourceReferences().ToArrayAsync())); }