public function testRandomStringsCanBeGenerated()
 {
     $this->assertEquals(40, strlen(Strings::random(40)));
 }