authenticityParam = () => {
        const meta = _.first(document.querySelectorAll('[name=csrf-param]'));
        return meta ? meta.getAttribute('content') : null;
    },