public function testEscapeCharacters()
 {
     $this->assertSame('Hèèèllo! A&W root beer is now 20% off!!', ServiceProvider::escape('Hèèèllo! A&W root beer is now 20% off!!'));
 }