public function testKilobytesConstructor()
 {
     $this->assertEquals(Metric::bytes(1000), Metric::kilobytes(1));
 }