namespace NadekoBot.Core.Modules.Music { public interface IQueuedTrackInfo : ITrackInfo { public ITrackInfo TrackInfo { get; } public string Queuer { get; } } }