public string GetFullLink(string shortLink)
 {
     return(_linkRepository.GetFullLink(shortLink));
 }