/// <summary>
 /// Abort all calls.
 /// </summary>
 internal void AbortAllCalls()
 {
     _serverDispatchTable.AbortAllCalls();
 }