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

IHasName

public interface IHasName
Represents the interface for model classes that have string Name property.
string Name { get; set; }

Gets or sets the name.