public function testGetSenderCountry()
 {
     $this->assertEquals('DE', $this->object->getSenderCountry());
 }