protected virtual ProcessSchema CreateUsrSessionstatusEventsProcessSchema()
        {
            var schema = new UsrSessionstatusEventsProcessSchema(ProcessSchemaManager, this);

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