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

IStrategyResolveService

public interface IStrategyResolveService
Represents the service that resolves a strategy depending on the version.
T Resolve<T>(T[] strategies, string version)

Resolves the most applicable strategy depending on the version.

object Resolve(Type strategyType, object[] strategies, string version)

Resolves the most applicable strategy depending on the version.