self::class, ]; } /** * {@inheritdoc} */ public static function createFromArray(array $data): static { return new self(); } }