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

IGenericEntityCreator

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

Creates the specified entity.