public async Task <IEnumerable <Link> > GetAll(string id) { return(await _linksRepository.GetClientsUrls(id)); }