namespace MediaBrowser.Model.Dto
{
    public interface IHasServerId
    {
        string ServerId { get; }
    }
}