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