public async Task <List <ComputerVO> > FindAllAsync() { return(_converter.ParseList(await _computerRepository.FindAllAsync())); }