module.exports.getBox = function * (next) {
    this.checkParams('box').notEmpty().match(sanitizerHelper.PATTERN_BOX);
    
    if (!sanitizerHelper.hasError.call(this)) {
        yield next;