public async Task <ComputerVO> FindByIdAsync(int id)
 {
     return(_converter.Parse(await _computerRepository.FindByIdAsync(id)));
 }