<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

IGenericEntityCreator

public interface IGenericEntityCreator
Represents the factory that can create generic entities.
TEntity Create<TEntity>(TEntity entity)

Creates the specified entity.