public function withContext(array $context) : static { $data = clone $this; $data->context = $context; return $data; }