protected virtual ProcessSchema CreateMessagePublisherBySectionEventsProcessSchema()
        {
            var schema = new MessagePublisherBySectionEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public MessagePublisherBySectionEventsProcessSchema(MessagePublisherBySectionEventsProcessSchema source)
     : base(source)
 {
 }