exportStart(request, reply) {
    const publishedProject = request.pre.records.models[0];
    const exportPublishedProjectCache = request.server.methods.exportPublishedProject;
    const publishedProjectIdentifier = { id: publishedProject.get(`id`) };