Inheritance: NotificationManager, IPipeNotifierCreator
            public static PipeNotificationInfo Create(NotRequiredOperationManager manager, Pipe pipeInitialState)
            {
                PipeNotificationInfo info = new PipeNotificationInfo(manager);

                info.SavePipeState(pipeInitialState);
                return(info);
            }
 public static PipeNotificationInfo Create(NotRequiredOperationManager manager, Pipe pipeInitialState)
 {
     PipeNotificationInfo info = new PipeNotificationInfo(manager);
     info.SavePipeState(pipeInitialState);
     return info;
 }
 private PipeNotificationInfo(NotRequiredOperationManager manager)
 {
     this.manager = manager;
 }
 private PipeNotificationInfo(NotRequiredOperationManager manager)
 {
     this.manager = manager;
 }