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

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

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

Creates the specified entity.