public IPipeNotifier CreateNotifier(Pipe pipeInitialState)
 {
     return(PipeNotificationInfo.Create(this, pipeInitialState));
 }