QueryBuilder<DbEvent, (R, int), QAfterProperty> kindProperty() { return QueryBuilder.apply(this, (query) { return query.addProperty(3); }); }