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

IHaveName

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

The name of the object.