$options */ public function save(Entity $entity, array $options = []): void; /** * Remove an entity. * * @param TEntity $entity * @param array $options */ public function remove(Entity $entity, array $options = []): void; }