public void removeAdvisoryWatch(AdvisoryWatch advisoryWatch)
 {
     throw new NotImplementedException();
 }
 public int AddAdvisoryWatch(AdvisoryWatch advisoryWatch)
 {
     throw new NotImplementedException();
 }