namespace MediaBrowser.Controller.Entities
{
public interface IArchivable
bool IsArchive { get; }
}