Loads the Profile for the given token.
public function loadProfile(string $token) : ?Profile { return $this->storage ->read($token); }