/// <summary>
 /// Communication is over
 /// </summary>
 public void Complete()
 {
     _messageHandler.Complete();
 }