namespace MediaBrowser.Controller.Entities { /// /// Interface IHasAwards /// public interface IHasAwards { /// /// Gets or sets the awards summary. /// /// The awards summary. string AwardSummary { get; set; } } }