Returns the identifier.
string|null The entity identifier, or NULL if the object does not yet have an identifier.
public function id() { return $this->storage ->id(); }