/** @test */
 public function should_return_rate_as_float()
 {
     $this->assertEquals(0.19, $this->rate->float());
 }