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