How to mock ElasticsearchServerError?

Hello,

I am using .NET 8 and "Elastic.Clients.Elasticsearch" Version="8.13.2"

Trying to mock test data for ElasticsearchServerError. As its a sealed class we can’t use Moq and dont want to create wrapper class. Do we have something like TestableResponseFactory for ElasticsearchServerError?