protected virtual ProcessSchema CreateContactsProductInterestEventsProcessSchema()
        {
            var schema = new ContactsProductInterestEventsProcessSchema(ProcessSchemaManager, this);

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