public async Task <List <Entry> > GetEntry(string name) { return(await _entriesRepository.GetEntry(name)); }