public async Task <IEnumerable <IFridgeRecord> > GetPropositions() { return(await _repository.GetPropositions().ConfigureAwait(false)); }