protected virtual ProcessSchema CreatePushNotificationTokenEventsProcessSchema()
        {
            var schema = new PushNotificationTokenEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public PushNotificationTokenEventsProcessSchema(PushNotificationTokenEventsProcessSchema source)
     : base(source)
 {
 }