protected virtual ProcessSchema CreateOAuth20AppFileEventsProcessSchema()
        {
            var schema = new OAuth20AppFileEventsProcessSchema(ProcessSchemaManager, this);

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