public void Update(InterestTag interestTag)
 {
     _interestTagRepository.Update(interestTag);
 }