An interface that specifies the implementing Entity displays text to the user.
public interface IHumanReadable
string DisplayName { get; set; }