public function testNoFireTime()
 {
     try {
         $this->storage->add(['snsid' => '675097095878591']);
     } catch (\InvalidArgumentException $e) {
         static::assertEquals('payload should has key: fireTime, and >0', $e->getMessage());
     }
 }