protected virtual ProcessSchema CreateResolvedLookupConflictEventsProcessSchema()
        {
            var schema = new ResolvedLookupConflictEventsProcessSchema(ProcessSchemaManager, this);

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