<PackageReference Include="Relativity.Server.Shared.SDK" Version="5000.0.1" />

IHaveName

public interface IHaveName
Declares that the object will have a name.
string Name { get; set; }

The name of the object.