public function testGetCurrency()
 {
     $amount = new Amount(new Number(12.1), new Currency('USD'), new SubunitFormat(SubunitFormat::NUMBERS));
     $this->assertInstanceOf('Kwn\\NumberToWords\\Model\\Currency', $amount->getCurrency());
 }