protected virtual ProcessSchema CreateActivityInTagEventsProcessSchema()
        {
            var schema = new ActivityInTagEventsProcessSchema(ProcessSchemaManager, this);

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