protected virtual ProcessSchema CreateLDAPAuthTypeEventsProcessSchema()
        {
            var schema = new LDAPAuthTypeEventsProcessSchema(ProcessSchemaManager, this);

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