if ( this.config.proto && this.config.proto.path ) {
        this.logger.restlog( null, 'proto service activated on path: ' + this.config.proto.path + '/*path', null, 'info' )
        this.addPath('GET', { path: this.config.proto.path + '/*path', unprotected: !this.config.discover.secure }, protoPather(this.mapping) )
    }