protected virtual ProcessSchema CreateInvoiceProductEventsProcessSchema()
        {
            var schema = new InvoiceProductEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }