koaObj.checkBody('provider').optional()
            .check((provider) => LayerValidator.isString(provider), 'must be a string')
            .toLow();