}
=head3 _get_SUSHI_Name_Value
=head3 get_mapped_SUSHI_values
Given a SUSHI response, get the value for the given key in the correct format for the COUNTER report
https://counter5.cambridge.org/r51/sushi-docs/
use Modern::Perl;
# use Test::NoWarnings;
use Test::NoWarnings;
use Test::More tests => 2;
use Test::More tests => 3;
use Koha::Database;
use Koha::ERM::EUsage::CounterFile;
use Test::More tests => 18;
use Test::More tests => 19;
use Koha::ERM::EUsage::SushiCounter;
-