validateController(controller) {
        if(typeof controller !== 'function') {
            throw new Error(
                `
                Signature controller must be a function returning a promise.