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

Relativity.Testing.Framework.Strategies.ICreateStrategy<T>

public interface ICreateStrategy<T>
Represents the strategy of entity creation.
T Create(T entity)

Creates the specified entity.