public override TMatch Match <TMatch>(ConnectionStepResult.IMatch <TMatch> handler)
 {
     return(handler.OnExpectedReply(this));
 }
 public override void Match(ConnectionStepResult.IMatch handler)
 {
     handler.OnExpectedReply(this);
 }