private AssociatedUri ReturnAssociatedUriIfExist(string longUri)
 {
     return(_repository.GetElementByLongUri(longUri));
 }