public function testCanLooselyToggleBetweenStrings()
 {
     $toggle = Strings::toggle('dei', 'foo', 'bar', true);
     $this->assertEquals('foo', $toggle);
 }