private bool HandleUpgradeConnectionComplete(IAsyncResult result)
 {
     this.channel.AcceptUpgradedConnection(InitialServerConnectionReader.EndUpgradeConnection(result));
     return true;
 }