protected override void OnAbort()
 {
     Communication.Abort();
 }
 public void Abort()
 {
     Communication.Abort();
 }