/**
  * @param string $key
  */
 public function delete($key)
 {
     Crumb::forget(static::PAYLOAD);
 }