static function destroy()
 {
     $session = Session::current();
     $class = get_called_class();
     unset(Session::instances()->{$class});
 }